We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dea65 commit 44bf30fCopy full SHA for 44bf30f
.github/workflows/main.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: Checkout
13
uses: actions/checkout@v4
14
15
- - name: Use node 16
+ - name: Use node 20
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 16
+ node-version: 20
19
20
- run: npm install
21
action.yml
@@ -23,5 +23,5 @@ inputs:
23
description: 'The description of the signed content.'
24
required: false
25
runs:
26
- using: 'node16'
+ using: 'node20'
27
main: 'dist/index.js'
0 commit comments