Skip to content

Commit

Permalink
Update Node.js setup in CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
WMXPY committed Nov 6, 2023
1 parent 8e21fef commit 26e3cc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
node-version:
- 16
- 18
architecture:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.architecture }}
Expand Down

0 comments on commit 26e3cc1

Please sign in to comment.