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 8b3d08e commit 4a93291Copy full SHA for 4a93291
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v5
11
- name: Setup Node
12
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
13
with:
14
node-version: 20
15
- name: NPM Install
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
0 commit comments