Skip to content

Commit

Permalink
Upgrading to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
tnovau committed Aug 29, 2023
1 parent 11c6b93 commit a16d064
Show file tree
Hide file tree
Showing 4 changed files with 25,165 additions and 22,071 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm i
- run: npm run ci
- run: npm test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm i
- run: npm run ci
- run: npm test
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm i
- run: npm run build
- run: yarn
Expand Down
Loading

0 comments on commit a16d064

Please sign in to comment.