We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9aa2f commit a0d4a92Copy full SHA for a0d4a92
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
fail-fast: false
23
matrix:
24
node:
25
- - 16
26
- 18
+ - 20
27
28
steps:
29
- name: Checkout Repo
action.yml
@@ -46,5 +46,5 @@ outputs:
46
description: The arguments of the command
47
48
runs:
49
- using: "node16"
+ using: "node20"
50
main: "dist/index.js"
0 commit comments