Skip to content

Commit

Permalink
Update Node.js version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tryb3l committed Feb 29, 2024
1 parent c48b16e commit 4dd2da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: "21"
check-latest: true
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 4dd2da6

Please sign in to comment.