Skip to content

Commit

Permalink
Feat: Allow using node 20 (#45)
Browse files Browse the repository at this point in the history
* Feat: Allow using node 20

* update node version on actions

* update pnpm

* update lockfille
  • Loading branch information
nicolassanmar authored Apr 29, 2024
1 parent f2357c6 commit 0710bb9
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 40 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -29,7 +28,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8.1.0
version: 8.15.7
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/tianhuil/ts-mongo.git"
},
"engines": {
"node": ">=18.13.0 <19.0.0"
"node": ">=18.13.0 <21.0.0"
},
"scripts": {
"assert": ". ./assert.sh",
Expand Down
108 changes: 72 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0710bb9

Please sign in to comment.