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 f2a1399 commit 3d5db2fCopy full SHA for 3d5db2f
.github/workflows/node.js.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
- name: Use Node.js ${{ matrix.node-version }}
36
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
37
with:
38
node-version: ${{ matrix.node-version }}
39
# install protoc
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ github.event.release.target_commitish }}
27
# install Node.js
28
- name: Use Node.js 18.x
29
30
31
node-version: 18.15.x
32
# Specifies the registry, this field is required!
0 commit comments