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 0f83a01 commit 240991aCopy full SHA for 240991a
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
with:
14
- node-version: 16
+ node-version: 24
15
cache: npm
16
- run: npm ci
17
- uses: azure/login@v1
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
18
19
20
- run: npm test
0 commit comments