Skip to content

Commit b0468c7

Browse files
committed
build(ci): Updated node versions
1 parent 6619164 commit b0468c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ ubuntu-latest, windows-latest ]
11-
node-version: [ 12.x, 14.x, 16.x ]
11+
node-version: [ 14.x, 16.x, 18.x ]
1212

1313
steps:
1414
- name: Checkout

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-yarn-
2727
28-
- name: Setup Node.js 14.x to publish to npmjs.org
28+
- name: Setup Node.js 18.x to publish to npmjs.org
2929
uses: actions/setup-node@v1
3030
with:
31-
node-version: '14.x'
31+
node-version: '18.x'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install Packages

0 commit comments

Comments
 (0)