Skip to content

Commit

Permalink
ci: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Apr 3, 2024
1 parent 6816066 commit 632bd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "21"

- name: Install Node packages
run: npm ci --include=dev
Expand Down

0 comments on commit 632bd58

Please sign in to comment.