Skip to content

Commit

Permalink
Update CI to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyraoul committed Nov 11, 2023
1 parent 71d0c3c commit 227290d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@master

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 18.x
node-version: 20.x

- name: Install Dependencies
run: yarn --frozen-lockfile --ignore-scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 18.x
node-version: 20.x

- name: Install Dependencies
run: yarn --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 227290d

Please sign in to comment.