Skip to content

Commit

Permalink
ci: 🩺 fixed node version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert-Gao committed May 19, 2024
1 parent 58e00e1 commit 34bf9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2

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

- run: yarn install --frozen-lockfile
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn lint
Expand Down

0 comments on commit 34bf9ce

Please sign in to comment.