Skip to content

Commit

Permalink
build: Changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoRibeiro25 committed Sep 6, 2023
1 parent c5271ab commit b79b588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.x
node-version: 18.17.1

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0.0
18.17.1

0 comments on commit b79b588

Please sign in to comment.