Skip to content

Commit 2699abd

Browse files
committed
ci: Adjust node versions for latest supported
1 parent d54b5a4 commit 2699abd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Node.js CI
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest]
11-
node-version: [10.x, 12.x, 14.x]
10+
os: [ ubuntu-latest, windows-latest ]
11+
node-version: [ 12.x, 14.x, 16.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 12.x to publish to npmjs.org
28+
- name: Setup Node.js 14.x to publish to npmjs.org
2929
uses: actions/setup-node@v1
3030
with:
31-
node-version: '12.x'
31+
node-version: '14.x'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: Install Packages

0 commit comments

Comments
 (0)