Skip to content

Commit

Permalink
CI: Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Mar 14, 2024
1 parent 28a9646 commit 243a441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-node@v4
with:
# TODO: add version to a .nvmrc or at least a variable
node-version: 16.13.x
node-version: 18.12.1
cache: npm
- name: Install
run: npm ci
Expand Down

0 comments on commit 243a441

Please sign in to comment.