Skip to content

Commit 9abc3c3

Browse files
committed
Update node version to be compatible with npm v7
1 parent cfa61f6 commit 9abc3c3

File tree

5 files changed

+5958
-7226
lines changed

5 files changed

+5958
-7226
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [14.15.1]
21+
node-version: [17.5.0]
2222

2323
steps:
2424
- name: Checkout Repository

.github/workflows/publish-to-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [14.15.1]
19+
node-version: [17.5.0]
2020

2121
steps:
2222
- uses: actions/checkout@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.15.1
1+
v17.5.0

0 commit comments

Comments
 (0)