Skip to content

Commit ccd9f3f

Browse files
authored
chore: change to node LTS version (#33)
1 parent 26839ee commit ccd9f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-toolbox-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Node
6565
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6666
with:
67-
node-version: 20
67+
node-version: 22.16.0
6868
- name: Install package
6969
run: npm ci
7070
- name: Run linter

packages/toolbox-core/integration.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ steps:
4141
options:
4242
logging: CLOUD_LOGGING_ONLY
4343
substitutions:
44-
_VERSION: '20.0.0'
44+
_VERSION: '22.16.0'
4545
_TOOLBOX_VERSION: '0.5.0'

0 commit comments

Comments
 (0)