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 3f08368 commit bb4cac7Copy full SHA for bb4cac7
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [18.x, 20.x]
18
19
steps:
20
- - uses: actions/checkout@v4.2.1
+ - uses: actions/checkout@v4.3.0
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v4.0.4
23
with:
.github/workflows/npmpublish.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
11
12
- uses: actions/setup-node@v4.0.4
13
14
node-version: 20
@@ -19,7 +19,7 @@ jobs:
needs: build
24
25
0 commit comments