Skip to content

Commit 724afb9

Browse files
committed
Update to node 18
1 parent 3b6e16c commit 724afb9

File tree

4 files changed

+111
-15647
lines changed

4 files changed

+111
-15647
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
ref: ${{ github.base_ref }}
1717
- uses: actions/checkout@v2
18-
- name: Use Node.js 16.x
18+
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 16.x
21+
node-version: 18.x
2222
- run: npm ci
2323
- run: npm run build
2424
- run: npm run test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

0 commit comments

Comments
 (0)