Skip to content

Commit 889ebec

Browse files
committed
Update actions/setup-node action to v3.1.1
1 parent e0b6c43 commit 889ebec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: latest
2424
- name: Use Node.js 16.x
25-
uses: actions/setup-node@v3.0.0
25+
uses: actions/setup-node@v3.1.1
2626
with:
2727
node-version: 16.x
2828
cache: "pnpm"

0 commit comments

Comments
 (0)