Skip to content

Commit

Permalink
fixup! Use node16 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjn committed Sep 14, 2022
1 parent 753ac87 commit e567201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install Dependencies
run: yarn --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install Dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit e567201

Please sign in to comment.