Skip to content

Commit

Permalink
Fixed CI: upgrade the node version in ci.yml (#229)
Browse files Browse the repository at this point in the history
Currently CI always fails on macos-latest because node 12+ could not been found on MacOS, upgrade the node to fix it.
  • Loading branch information
Honry authored May 6, 2024
1 parent 555aeab commit a3ef74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '18.x'

- run: npm install

Expand Down

0 comments on commit a3ef74d

Please sign in to comment.