Skip to content

Commit 86fcd4d

Browse files
committed
chore(ci): simplify config
1 parent 953e34e commit 86fcd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: runner.os == 'Windows'
117117
- uses: actions/checkout@v2
118118
- name: Use Node.js LTS
119-
uses: actions/setup-node@v3.0.0
119+
uses: actions/setup-node@v3
120120
with:
121121
node-version: lts/*
122122
cache: yarn

0 commit comments

Comments
 (0)