Skip to content

Commit

Permalink
chore: Update node version in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 22, 2021
1 parent b0b40f5 commit 5761a97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Publish Starter
uses: LekoArts/actions-push-subdirectories@master
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Setup Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 5761a97

Please sign in to comment.