Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Dec 4, 2023
1 parent 8c059b6 commit c5f0e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm install
- name: Build code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm install
- name: Build code
Expand Down

0 comments on commit c5f0e7e

Please sign in to comment.