Skip to content

Commit

Permalink
Use NodeJs version 22 (LTS) in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Jul 8, 2024
1 parent a8ca0b0 commit 489f1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup node and npm
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22

- name: Cache NPM dependencies
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
# NB: We install gnu-tar because BSD tar is buggy on Github's macos machines,
# and it breaks the cache: https://github.com/actions/cache/issues/403
- name: Install GNU tar (macOS)
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Publish to NPM
shell: bash
env:
Expand Down

0 comments on commit 489f1ab

Please sign in to comment.