Skip to content

Commit

Permalink
Merge pull request #36 from anamarijapapic/feature/upgrade-to-node-20
Browse files Browse the repository at this point in the history
Upgrade action to Node 20
  • Loading branch information
cschleiden authored Feb 7, 2024
2 parents 8e09184 + 3be871c commit 4d5a042
Show file tree
Hide file tree
Showing 5 changed files with 9,975 additions and 9,019 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: ""
default: "#{"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 4d5a042

Please sign in to comment.