Skip to content

Commit 311497c

Browse files
committed
Updated actions to node:18
1 parent 7ec05f4 commit 311497c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 18
1818
- run: npm ci
1919
- run: npm run build
2020
- run: npm test
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v1
2828
with:
29-
node-version: 12
29+
node-version: 18
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm publish

0 commit comments

Comments
 (0)