Skip to content

Commit

Permalink
update with new node and actions version
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Kawasaki <[email protected]>
  • Loading branch information
yokawasa committed Feb 21, 2023
1 parent eb78a0c commit 18dfb57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
max-parallel: 3
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [8.x]
node-version: [16]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit 18dfb57

Please sign in to comment.