Skip to content

Commit

Permalink
chore: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturosdg committed Apr 29, 2024
1 parent 99c9743 commit a78b1f2
Show file tree
Hide file tree
Showing 5 changed files with 12,806 additions and 10,809 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
- run: |
node-version: 18
- run: |
npm ci
npm run test
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run test
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.1
Loading

0 comments on commit a78b1f2

Please sign in to comment.