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 03cf008 commit f2a1399Copy full SHA for f2a1399
.github/workflows/node.js.yml
@@ -31,7 +31,7 @@ jobs:
31
coherence-version: [22.06.11, 24.09.2]
32
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
35
- name: Use Node.js ${{ matrix.node-version }}
36
uses: actions/setup-node@v3
37
with:
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
24
25
26
ref: ${{ github.event.release.target_commitish }}
27
# install Node.js
0 commit comments