Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jun 2, 2023
1 parent 9d7c8e7 commit d1bd1c2
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 @@ -77,7 +77,7 @@ jobs:
sudo apt install --yes --no-install-recommends npm curl
# need to update nodejs because with ubuntu's default nodejs version we would get this error:
# error @jest/core@29.4.1: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "12.22.9"
sudo npm install -g n
sudo npm install --global n
sudo n lts
- name: Print versions
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
# at wrapSafe (internal/modules/cjs/loader.js:915:16)
# ...
# ```
sudo npm install -g n
sudo npm install --global n
sudo n lts
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d1bd1c2

Please sign in to comment.