Skip to content

Commit

Permalink
feat: increase minimum node version to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Sep 6, 2023
1 parent f657c35 commit f58698c
Show file tree
Hide file tree
Showing 5 changed files with 25,526 additions and 3,011 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
fetch-depth: 0

- name: Set Node.js 16.x
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

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

0 comments on commit f58698c

Please sign in to comment.