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 8b3d08e + 4a93291 commit 94d5239Copy full SHA for 94d5239
.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