8000 :wrench: Node Version · Wulf/github-pages-deploy-action@2d9f6f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d9f6f6

Browse files
committed
🔧 Node Version
1 parent 1d77ee0 commit 2d9f6f6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v1.4.4
2020
with:
21-
node-version: 'v12.18.4'
21+
node-version: 'v14.18.1'
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Install Yarn
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-node@v1.4.4
4545
with:
46-
node-version: 'v12.18.4'
46+
node-version: 'v14.18.1'
4747
registry-url: 'https://registry.npmjs.org'
4848

4949
- name: Install Yarn
@@ -83,7 +83,7 @@ jobs:
8383

8484
- uses: actions/setup-node@v1.4.4
8585
with:
86-
node-version: 'v12.18.4'
86+
node-version: 'v14.18.1'
8787
registry-url: 'https://registry.npmjs.org'
8888

8989
- name: Download artifact

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
steps:
179179
- uses: actions/setup-node@v1.4.4
180180
with:
181-
node-version: '10.x'
181+
node-version: 'v14.18.1'
182182

183183
- name: Checkout
184184
uses: actions/checkout@v2

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v1.4.4
1919
with:
20-
node-version: 'v12.18.4'
20+
node-version: 'v14.18.1'
2121
registry-url: 'https://registry.npmjs.org'
2222

2323
- name: Install Yarn

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Setup .npmrc file to publish to npm
1818
- uses: actions/setup-node@v1.4.4
1919
with:
20-
node-version: '10.15.1'
20+
node-version: 'v14.18.1'
2121
registry-url: 'https://registry.npmjs.org'
2222
scope: '@jamesives'
2323

@@ -42,7 +42,7 @@ jobs:
4242
# Setup .npmrc file to publish to GitHub Packages
4343
- uses: actions/setup-node@v1.4.4
4444
with:
45-
node-version: 12
45+
node-version: 'v14.18.1'
4646
registry-url: 'https://npm.pkg.github.com'
4747
scope: '@jamesives'
4848

0 commit comments

Comments
 (0)
0