Skip to content

Commit

Permalink
Bump CI to Node v20 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil authored Aug 20, 2024
1 parent 455b50f commit cca1e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org
cache: npm
cache-dependency-path: typescript/package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"clean": "rimraf dist packages/dbmate/dist",
"lint": "eslint --report-unused-disable-directives --fix .",
"lint:ci": "eslint --report-unused-disable-directives .",
"generate": "node --loader ts-node/esm generate.ts",
"publish": "node --loader ts-node/esm publish.ts"
"generate": "ts-node generate.ts",
"publish": "ts-node publish.ts"
},
"devDependencies": {
"@actions/exec": "1.1.1",
Expand Down

0 comments on commit cca1e18

Please sign in to comment.