Skip to content

Commit

Permalink
undo Node 20 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Dec 5, 2023
1 parent 5a60642 commit d5dbe88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/commands/dependencies/install_yarn_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
# Install Yarn v2 dependencies
- uses: actions/setup-node@v2
with:
node-version: '20.9.0'
node-version: '14.17.3'
- run: npm install -g "[email protected]"
shell: bash
- uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
14.17.3

0 comments on commit d5dbe88

Please sign in to comment.