Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Nov 30, 2024
1 parent 64bebbd commit 5995923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Set Node.js 17.x
- name: Set Node.js 18.x
uses: actions/setup-node@master
with:
node-version: 17.x
node-version: 18.x

- name: npm install
run: npm install
Expand Down

0 comments on commit 5995923

Please sign in to comment.