Skip to content

Commit

Permalink
node 20 in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
lzurbriggen committed Aug 21, 2024
1 parent 5c11ff2 commit a32b979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: install system dependencies
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
always-auth: true
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: install dependencies
run: npm ci
Expand Down

0 comments on commit a32b979

Please sign in to comment.