Skip to content

Commit

Permalink
Merge pull request #176 from parkerbxyz/node20
Browse files Browse the repository at this point in the history
Use node20
  • Loading branch information
JasonEtco committed Feb 15, 2024
2 parents ee46187 + c92e530 commit 56fdd2d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: npm ci
- run: npm test
- name: codecov
Expand Down
2 changes: 1 addition & 1 deletion action.yml
@@ -1,7 +1,7 @@
name: Create an issue
description: Creates a new issue using a template with front matter.
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: alert-circle
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"zod": "^3.20.2"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.11",
"@tsconfig/recommended": "^1.0.3",
"@types/jest": "^29.1.2",
"@types/nunjucks": "^3.2.1",
"@vercel/ncc": "^0.34.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"<rootDir>/tests/**/*.test.(ts|js)"
]
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
}
Expand Down

0 comments on commit 56fdd2d

Please sign in to comment.