Skip to content

Commit

Permalink
Use Node 18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Oct 8, 2024
1 parent 0df9af2 commit bbc8d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- uses: actions/setup-node@v1
with:
node-version: "15.x"
node-version: "18.x"
- name: cache node modules
uses: actions/cache@v1
with:
Expand Down

0 comments on commit bbc8d4c

Please sign in to comment.