Skip to content

Commit

Permalink
use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed May 1, 2024
1 parent fbf9f17 commit e9935ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20'
- run: node test/test.js
- run: node test/mcl-test.js

0 comments on commit e9935ed

Please sign in to comment.