Skip to content

Commit

Permalink
chore: update node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jul 21, 2024
1 parent b503908 commit 29e4d5b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20

- name: Cache node modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@master
with:
node-version: 18.x
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20

- name: Cache node modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"api"
],
"engines": {
"node": ">= 14"
"node": ">= 18"
},
"license": "MIT",
"lint-staged": {
"*.ts": "eslint --cache --fix"
}
}
}

0 comments on commit 29e4d5b

Please sign in to comment.