Skip to content

Commit

Permalink
Merge pull request #37 from tshino/update-node
Browse files Browse the repository at this point in the history
Update Node version from 16 to 18
  • Loading branch information
tshino authored Sep 24, 2023
2 parents 258f253 + 1214e21 commit bf70f8e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [16.x]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
- run: npm ci
- run: npm run build --if-present
- name: Run tests (Linux)
Expand Down

0 comments on commit bf70f8e

Please sign in to comment.