Skip to content

Commit

Permalink
deps: bump Node.js to 20 (#30)
Browse files Browse the repository at this point in the history
* deps: bump Node.js to 20

* deps: bump Node.js typing
otariidae authored Dec 31, 2024
1 parent 99a1209 commit 6c1e1df
Showing 4 changed files with 33 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: .node-version
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.18.1
38 changes: 29 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
},
"homepage": "https://github.com/otariidae/ke2daira.js#readme",
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.17.10",
"dirname-filename-esm": "^1.1.1",
"prettier": "^3.3.3",
"tsx": "^4.19.2",

0 comments on commit 6c1e1df

Please sign in to comment.