Skip to content

Commit

Permalink
Merge pull request #14 from PascalMartinPhocas/master
Browse files Browse the repository at this point in the history
Update runtime to node20
  • Loading branch information
andybelltree authored Feb 6, 2024
2 parents bdff45c + b94631a commit e88a462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: mskelton/setup-yarn@v1
with:
node-version: 16.x
node-version: 20.x

- name: Build and run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
description: If included, will fail if coverage drops more than the given percentage
required: false
runs:
using: node16
using: node20
main: dist/main.js

0 comments on commit e88a462

Please sign in to comment.