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 4e7b4ec commit 06ba65aCopy full SHA for 06ba65a
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v5
14
with:
15
node-version: 16
16
cache: npm
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
9
node-version: lts/*
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
17
18
0 commit comments