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.
2 parents c49596f + e870f04 commit c9ff7fbCopy full SHA for c9ff7fb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout Code
25
uses: actions/checkout@v5
26
- name: Setup Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
28
with:
29
node-version: ${{ matrix.node-version }}
30
- name: Setup Environment
@@ -81,7 +81,7 @@ jobs:
81
82
uses: actions/checkout@v4
83
84
85
86
87
0 commit comments