Skip to content

Commit 44bf30f

Browse files
committed
Switched to node20.
1 parent 41dea65 commit 44bf30f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15-
- name: Use node 16
15+
- name: Use node 20
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 20
1919

2020
- run: npm install
2121

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ inputs:
2323
description: 'The description of the signed content.'
2424
required: false
2525
runs:
26-
using: 'node16'
26+
using: 'node20'
2727
main: 'dist/index.js'

0 commit comments

Comments
 (0)