Skip to content

Commit

Permalink
chore: update actions and Node.js version in workflow (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Nov 10, 2022
1 parent 11d0b20 commit 4d3c871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone node-v8
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: node-v8
token: ${{ secrets.CANARY_UPDATE }}

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: lts/*

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

- name: Cache V8 clone
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: v8
key: v8-clone
Expand Down

0 comments on commit 4d3c871

Please sign in to comment.