Skip to content

Commit

Permalink
fix(ci): setup node v4
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 20, 2023
1 parent bea3ccf commit bc96ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings.nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
cache-key: bindings-nodejs
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn
Expand Down

0 comments on commit bc96ba7

Please sign in to comment.