Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 5761a97

Browse files
committed
chore: Update node version in GitHub actions
1 parent b0b40f5 commit 5761a97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-starter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Setup Node.js 12.x
11-
uses: actions/setup-node@v1
11+
uses: actions/setup-node@v2
1212
with:
13-
node-version: '12'
13+
node-version: '14'
1414
- name: Publish Starter
1515
uses: LekoArts/actions-push-subdirectories@master
1616
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-yarn-
2525
- name: Setup Node.js 12.x
26-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v2
2727
with:
28-
node-version: '12'
28+
node-version: '14'
2929
- name: Install Dependencies
3030
run: yarn --frozen-lockfile
3131
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)