Skip to content

Commit e29da1e

Browse files
committedOct 16, 2022
chore(ci): upgrade actions/setup-node to version 3.5.1
1 parent 5a04b19 commit e29da1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
3434
steps:
3535
- uses: actions/checkout@v1
36-
- uses: actions/setup-node@v1
36+
- uses: actions/setup-node@v3.5.1
3737
name: Set up NodeJS
3838
with:
3939
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)