Skip to content

Commit

Permalink
fix: update runtime to use node 20 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firenza authored Apr 17, 2024
1 parent 7fdd77f commit ed5ac47
Show file tree
Hide file tree
Showing 4 changed files with 262 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: "package.json"
cache: npm
- run: npm ci
- run: npm run lint
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: "package.json"
cache: npm
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
data:
description: 'The "data" key of the GraphQL response body'
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit ed5ac47

Please sign in to comment.