Skip to content

Commit a497128

Browse files
fix CI
1 parent bae8017 commit a497128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: [16.14.0]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v3
1515

1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v1
@@ -22,7 +22,7 @@ jobs:
2222
id: yarn-cache
2323
run: echo "::set-output name=dir::$(yarn cache dir)"
2424

25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v3
2626
with:
2727
path: ${{ steps.yarn-cache.outputs.dir }}
2828
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)