Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
chore: sync workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Apr 14, 2022
1 parent a327519 commit 004bbbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
if: env.RUNNING
- name: Install Package dependencies
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn
if: env.RUNNING
- name: Install Package dependencies
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: yarn

- uses: technote-space/load-config-action@v1
Expand Down Expand Up @@ -171,14 +171,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
cache: yarn
if: env.RUNNING && matrix.target == 'npm'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com
cache: yarn
if: env.RUNNING && matrix.target == 'gpr'
Expand Down

0 comments on commit 004bbbc

Please sign in to comment.