Skip to content

Commit

Permalink
chore: update deprecated Node.js 16 actions (#280)
Browse files Browse the repository at this point in the history
Update actions/setup-node and actions/cache to v4, which use Node.js 20.
  • Loading branch information
targos authored Mar 4, 2024
1 parent 7bd3de8 commit e82d577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
token: ${{ secrets.CANARY_UPDATE }}

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

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

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

0 comments on commit e82d577

Please sign in to comment.