Skip to content

Commit

Permalink
chore: use Node 16 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jun 27, 2022
1 parent c61cb15 commit 8b363bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 59 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-todo-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

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

- name: Install Dependencies
run: yarn
run: yarn install

- name: Build Packages
run: yarn build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

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

- name: Install Dependencies
run: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

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

- name: Install Dependencies
run: yarn
Expand Down
52 changes: 0 additions & 52 deletions scripts/test-esm.mjs

This file was deleted.

0 comments on commit 8b363bd

Please sign in to comment.