Skip to content

Commit

Permalink
chore: update action to use node 20 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jveldboom authored Jan 26, 2024
1 parent a456fff commit 74ef3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Get version
id: version
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ outputs:
description: Patch version number

runs:
using: "node16"
using: "node20"
main: "dist/index.js"

0 comments on commit 74ef3b3

Please sign in to comment.