Skip to content

Commit

Permalink
(fix) Update node to version 18 for pre-release ci to pass (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Nov 3, 2023
1 parent 557adec commit 1dce4b3
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 @@ -122,7 +122,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16"
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: Cache dependencies
Expand Down

0 comments on commit 1dce4b3

Please sign in to comment.