Skip to content

Commit 4d3c871

Browse files
authored
chore: update actions and Node.js version in workflow (#243)
1 parent 11d0b20 commit 4d3c871

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-canary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Clone node-v8
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
path: node-v8
1818
token: ${{ secrets.CANARY_UPDATE }}
1919

2020
- name: Install Node.js
21-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v3
2222
with:
23-
node-version: 14.x
23+
node-version: lts/*
2424

2525
- name: Install dependencies
2626
run: npm install -g node-core-utils@latest
2727

2828
- name: Cache V8 clone
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: v8
3232
key: v8-clone

0 commit comments

Comments
 (0)