Skip to content

Commit b89a337

Browse files
ci: update node version
1 parent b4c57ab commit b89a337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: node - setup
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 14.x
26+
node-version: 18.x
2727

2828
# pnpm stuff
2929
- name: pnpm — install

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: node - setup
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 14.x
26+
node-version: 18.x
2727

2828
# pnpm stuff
2929
- name: pnpm — install

0 commit comments

Comments
 (0)