Skip to content

Commit

Permalink
Run tests on v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Apr 11, 2024
1 parent 4131b47 commit 31f3c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-codeclimate-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
# Configures the deployment environment, install dependencies (like node, npm, etc.) that are requirements for the upcoming jobs
# Ex: Necessary to run `yarn test:coverage`
setup-environment:
name: Setup deployment environment (Ubuntu 22.04 - Node 18.x)
name: Setup deployment environment (Ubuntu 22.04 - Node 20.x)
runs-on: ubuntu-22.04
steps:
- name: Installing node.js
uses: actions/setup-node@v3 # Used to install node environment - XXX https://github.com/actions/setup-node
with:
node-version: 18 # Use the same node.js version as the one Vercel's uses (currently node18.x)
node-version: 20 # Use the same node.js version as the one Vercel's uses (currently node20.x)
run-tests-coverage:
name: Run tests coverage and send report to Code Climate
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20

0 comments on commit 31f3c95

Please sign in to comment.