Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change node
Browse files Browse the repository at this point in the history
scffs committed Nov 12, 2023
1 parent ce62614 commit d8cdea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: yarn install
@@ -36,7 +36,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: yarn install

0 comments on commit d8cdea0

Please sign in to comment.