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 33bdc23 commit a33a255Copy full SHA for a33a255
.github/actions/setup-node/action.yaml
@@ -6,7 +6,7 @@ runs:
6
steps:
7
- uses: buildjet/setup-node@v3
8
with:
9
- node-version: 16.16.0
+ node-version: 16.20.1
10
# See https://github.com/actions/setup-node#caching-global-packages-data
11
cache: "yarn"
12
cache-dependency-path: "site/yarn.lock"
.github/workflows/ci.yaml
@@ -192,9 +192,7 @@ jobs:
192
- name: Checkout
193
uses: actions/checkout@v3
194
195
- - uses: buildjet/setup-node@v3
196
- with:
197
+ - uses: ./.github/actions/setup-node
198
199
- uses: buildjet/setup-go@v4
200
0 commit comments