Skip to content

Commit 459f716

Browse files
committed
chore: shuffling npm and node versions
1 parent 6fe7d00 commit 459f716

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-18.04]
15-
node-version: [10.x, 12.x, 14.x]
15+
node-version: [14.x, 16.x, 18.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -34,7 +34,9 @@ jobs:
3434
- name: Use Node.js 14.x
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: 14.x
37+
node-version: 16.x
38+
39+
- run: npm i -g npm@latest
3840

3941
- run: npm i -ws
4042
- run: npm run build -ws

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v* #version is cut
77

88
env:
9-
NODE_VERSION: 12
9+
NODE_VERSION: 16
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)