Skip to content

Commit bbc8d4c

Browse files
committed
Use Node 18 in CI
1 parent 0df9af2 commit bbc8d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- run: npm ci

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: "15.x"
28+
node-version: "18.x"
2929
- name: cache node modules
3030
uses: actions/cache@v1
3131
with:

0 commit comments

Comments
 (0)