Skip to content

Commit

Permalink
build: update pipelines to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Oct 26, 2023
1 parent 4c751fd commit 34b6651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.7
version: 8.9.2

- uses: actions/setup-node@v3
name: Install Node.js
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- name: Update npm
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20

0 comments on commit 34b6651

Please sign in to comment.