Skip to content

Commit

Permalink
Compile with newer node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 11, 2024
1 parent 717cf5d commit 09d0adb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
Expand Down Expand Up @@ -40,11 +40,11 @@ jobs:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 09d0adb

Please sign in to comment.