Skip to content

Commit dd08909

Browse files
committed
We should always use pnpm and node version as coder workspace
1 parent 32de08a commit dd08909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ runs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v3
1515
with:
16-
version: 9
16+
version: 8.14.0
1717
- name: Setup Node
1818
uses: actions/setup-node@v4.0.1
1919
with:
20-
node-version: 18.19.0
20+
node-version: 18.20.4
2121
# See https://github.com/actions/setup-node#caching-global-packages-data
2222
cache: "pnpm"
2323
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml

0 commit comments

Comments
 (0)