Skip to content

Commit

Permalink
upgrade node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Dec 6, 2023
1 parent ee1f6f4 commit a492359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: make ci
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

# gallium is the v16 lts
- name: Setup Node.js lts/gallium
# v18 node
- name: Setup Node.js lts/hydrogen
uses: actions/setup-node@v2
with:
node-version: lts/gallium
node-version: lts/hydrogen

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit a492359

Please sign in to comment.