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 cda311d commit 8386e59Copy full SHA for 8386e59
.github/workflows/build_and_test.yaml
@@ -15,7 +15,7 @@ jobs:
15
timeout-minutes: 5
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
with:
20
node-version-file: ".nvmrc"
21
cache: "npm"
@@ -43,7 +43,7 @@ jobs:
43
node: [18, 20]
44
45
46
47
48
node-version: ${{ matrix.node }}
49
- name: Install dependencies
.github/workflows/publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
registry-url: https://registry.npmjs.org/
0 commit comments