Skip to content

Commit

Permalink
Switched to node20.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 22, 2024
1 parent 41dea65 commit 44bf30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use node 16
- name: Use node 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
description: 'The description of the signed content.'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 44bf30f

Please sign in to comment.