Skip to content

Commit 47ef43f

Browse files
authored
ci: use setup-node@v4.4.0
See actions/setup-node#1275 (comment)
1 parent 827ab30 commit 47ef43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js 16.x
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4.4.0
1717
with:
1818
node-version: 16.x
1919
cache: 'npm'

0 commit comments

Comments
 (0)