Skip to content

Commit

Permalink
Update node.js to 18 for test and building (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
quag-cactus authored Jun 7, 2024
1 parent 711e5b3 commit c9da641
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 76 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16]
node: [18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: "npm"
- run: npm install
- run: npm run prepare_integration_tests
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: "npm"
- run: npm ci
- name: GitHub Release
Expand Down
Loading

0 comments on commit c9da641

Please sign in to comment.