Skip to content

Commit

Permalink
chore: upgrades CI nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
impy88 committed Feb 1, 2023
1 parent 78047fb commit ae0df98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
${{ runner.os }}-
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
${{ runner.os }}-
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- name: run tests
Expand Down

0 comments on commit ae0df98

Please sign in to comment.