Skip to content

Commit

Permalink
Upgrade action to use Node20
Browse files Browse the repository at this point in the history
  • Loading branch information
edif2008 committed Feb 21, 2024
1 parent 54bdc9a commit b6d91a5
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm ci
- 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: Export the secrets as environment variables
default: "true"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit b6d91a5

Please sign in to comment.