Skip to content

Commit ff1a50d

Browse files
committed
Update a few config
1 parent dd48b57 commit ff1a50d

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,9 +13,9 @@ runs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v3
1515
with:
16-
version: ^9.6
16+
version: 9.6
1717
- name: Setup Node
18-
uses: actions/setup-node@v4.0.1
18+
uses: actions/setup-node@v4.0.3
1919
with:
2020
node-version: 20.16.0
2121
# See https://github.com/actions/setup-node#caching-global-packages-data

0 commit comments

Comments
 (0)