Skip to content

Commit 57934b9

Browse files
committed
fix: install missing v8 dependency and update Node versions in the CI
1 parent 90eedbe commit 57934b9

File tree

4 files changed

+88
-169
lines changed

4 files changed

+88
-169
lines changed

.github/workflows/language.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use Node.js 17
14+
- name: Use Node.js 18
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 17.x
17+
node-version: 18.x
1818
cache: "npm"
1919
- name: woke
2020
uses: get-woke/woke-action@v0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 17.x]
14+
node-version: [16.x, 18.x, 20.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 84 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)