Skip to content

Commit

Permalink
Update Node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jun 26, 2023
1 parent cd89d55 commit bf24414
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 @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- name: Update NPM
run: |
npm install -g npm@latest
Expand Down

0 comments on commit bf24414

Please sign in to comment.