Build on Node 16
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
node:
|
||||
- 14
|
||||
- 16
|
||||
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
node:
|
||||
- 14
|
||||
- 16
|
||||
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
node:
|
||||
- 14
|
||||
- 16
|
||||
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
@@ -142,7 +142,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
node:
|
||||
- 14
|
||||
- 16
|
||||
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
|
||||
Reference in New Issue
Block a user