Skip to content

Commit 050f22a

Browse files
authored
💚 improve node version on CI (#24)
1 parent df85bbb commit 050f22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 5
1212
strategy:
1313
matrix:
14-
node: ['10', '12', '14', '15', '16']
14+
node: ['14', '16', '18']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
2626
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2727
with:
28-
node-version-file: '.node-version'
28+
node-version: '18'
2929
cache: 'yarn'
3030
registry-url: 'https://registry.npmjs.org'
3131
- name: Install dependencies

0 commit comments

Comments
 (0)