Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mansillafederico committed Aug 5, 2023
1 parent 6151cdc commit e87ef38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Set Node Version
on: [ workflow_call ]

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
installing_node:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
out
lib
.DS_Store
Expand All @@ -9,4 +10,5 @@ als.log
.gradle/**
.idea/**
*.code-workspace
testFixture/.vscode/
testFixture/.vscode/
package-lock.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.19.0
20.5.0

0 comments on commit e87ef38

Please sign in to comment.