Skip to content

Commit f2ba275

Browse files
committed
build(github): update node version on github workflow files
1 parent ebdec5f commit f2ba275

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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: [10.13]
21+
node-version: [14.15.1]
2222

2323
steps:
2424
- name: Checkout Repository

.github/workflows/deploy-to-cdn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [10.13]
17+
node-version: [14.15.1]
1818

1919
steps:
2020
- 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: [12]
19+
node-version: [14.15.1]
2020

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

.github/workflows/test.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: [10.13]
21+
node-version: [14.15.1]
2222

2323
steps:
2424
- name: Checkout Repository

0 commit comments

Comments
 (0)