Skip to content

Commit

Permalink
Merge pull request #24 from jpalumickas/feaute/use-new-node-in-ci
Browse files Browse the repository at this point in the history
Use Node v20 in CI
  • Loading branch information
jpalumickas authored Oct 24, 2023
2 parents b89df9c + 911a7b4 commit 38177dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 38177dd

Please # to comment.