Skip to content

Commit

Permalink
fix: install missing v8 dependency and update Node versions in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Jul 9, 2023
1 parent 90eedbe commit 57934b9
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 169 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 17
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 17.x
node-version: 18.x
cache: "npm"
- name: woke
uses: get-woke/woke-action@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
249 changes: 84 additions & 165 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 57934b9

Please sign in to comment.