Skip to content

Commit

Permalink
Update Node version from 16 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Sep 24, 2023
1 parent 258f253 commit 1214e21
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 1214e21

Please sign in to comment.