Skip to content

Commit 2f6475a

Browse files
Update actions/setup-node action to v5
1 parent f13b9c2 commit 2f6475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
path: '**/node_modules'
1111
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
12-
- uses: actions/setup-node@v2
12+
- uses: actions/setup-node@v5
1313
with:
1414
node-version: 14.x
1515
- run: yarn install

0 commit comments

Comments
 (0)