Skip to content

Commit a33a255

Browse files
chore: upgrade node version on CI to match workspace version (#8340)
1 parent 33bdc23 commit a33a255

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: buildjet/setup-node@v3
88
with:
9-
node-version: 16.16.0
9+
node-version: 16.20.1
1010
# See https://github.com/actions/setup-node#caching-global-packages-data
1111
cache: "yarn"
1212
cache-dependency-path: "site/yarn.lock"

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ jobs:
192192
- name: Checkout
193193
uses: actions/checkout@v3
194194

195-
- uses: buildjet/setup-node@v3
196-
with:
197-
node-version: 16.16.0
195+
- uses: ./.github/actions/setup-node
198196

199197
- uses: buildjet/setup-go@v4
200198
with:

0 commit comments

Comments
 (0)