Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RayJi0428 authored Jul 24, 2024
1 parent 3f83cd1 commit 03ea4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: '10.x'
node-version: '18.x'
# Install the dependencies need to build the app
- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 03ea4b3

Please sign in to comment.