Skip to content

Commit

Permalink
chore: upgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexberriman committed Apr 24, 2023
1 parent 7f8ffa9 commit 4db6d4f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: bahmutov/npm-install@v1
- run: npm run ci
- run: npm run deploy
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: bahmutov/npm-install@v1
- uses: actions/download-artifact@v3
with:
Expand Down
14 changes: 13 additions & 1 deletion 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
Expand Up @@ -46,7 +46,7 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node16": "^1.0.3",
"@tsconfig/node18": "^2.0.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"noImplicitAny": true
},
Expand Down

0 comments on commit 4db6d4f

Please sign in to comment.