Skip to content

Commit c5a9ed8

Browse files
authored
bump node version for action (#330)
1 parent b851b70 commit c5a9ed8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
steps:
1717
- uses: actions/[email protected]
18-
- name: Use Node.js 12
18+
- name: Use Node.js 18
1919
uses: actions/[email protected]
2020
with:
21-
node-version: 12
21+
node-version: 18
2222
- run: npm install
2323
- run: npm test

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/[email protected]
2626
- uses: actions/[email protected]
2727
with:
28-
node-version: 12
28+
node-version: 18
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm install
3131
- run: npm publish

0 commit comments

Comments
 (0)