We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d4f18 + acdebee commit 979bad8Copy full SHA for 979bad8
.github/workflows/npmpublish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version: 12
18
- run: npm ci
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
30
31
node-version: ${{ matrix.node-version }}
32
- run: npm i -D @hapi/hapi@${{matrix.hapi-version}}
0 commit comments