Skip to content

Commit

Permalink
Drop support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
candunaj committed Apr 26, 2023
1 parent 3ae7674 commit 7fd97ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -46,7 +46,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixture-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 7
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test:fixture

0 comments on commit 7fd97ba

Please sign in to comment.