Skip to content

Commit

Permalink
chore(workflows): bump node to v20 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoldonev authored Feb 25, 2024
1 parent 6864557 commit 38a3b2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Install Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20

- name: Install pnpm 7.x
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.5.0",
"private": true,
"engines": {
"node": ">=20.11.0"
"node": ">=20.9.0"
},
"type": "module",
"dependencies": {
Expand Down Expand Up @@ -74,4 +74,4 @@
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit 38a3b2e

Please sign in to comment.