Skip to content

Commit

Permalink
bump node version for action (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored Nov 29, 2022
1 parent b851b70 commit c5a9ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
- uses: actions/[email protected]
- name: Use Node.js 12
- name: Use Node.js 18
uses: actions/[email protected]
with:
node-version: 12
node-version: 18
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
Expand Down

0 comments on commit c5a9ed8

Please sign in to comment.