Skip to content

Commit

Permalink
Use Node 18 instead of Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Aug 11, 2024
1 parent d7f31b1 commit 7e8e6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
volta install node@latest
echo "NODE_LATEST=$(volta which node)" >> $GITHUB_ENV
echo "NODE_LATEST_VERSION=$(node --version)" >> $GITHUB_ENV
volta install node@16
volta install node@18
echo "NODE_DEFAULT=$(volta which node)" >> $GITHUB_ENV
echo "NODE_DEFAULT_VERSION=$(node --version)" >> $GITHUB_ENV
- name: Install multiple Node versions (Windows)
Expand All @@ -37,7 +37,7 @@ jobs:
volta install node@latest
echo "NODE_LATEST=$(volta which node)" >> $env:GITHUB_ENV
echo "NODE_LATEST_VERSION=$(node --version)" >> $env:GITHUB_ENV
volta install node@16
volta install node@18
echo "NODE_DEFAULT=$(volta which node)" >> $env:GITHUB_ENV
echo "NODE_DEFAULT_VERSION=$(node --version)" >> $env:GITHUB_ENV
- name: Setup dummy ESLint projects
Expand Down

0 comments on commit 7e8e6b0

Please sign in to comment.