Skip to content

Commit

Permalink
Use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
oNaiPs committed Nov 15, 2023
1 parent 584c5f8 commit 668692a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
uses: actions/setup-node@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 668692a

Please sign in to comment.