Skip to content

Commit

Permalink
#107 Updating to support Node.js v18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHyoChul committed Mar 7, 2024
1 parent 65b7755 commit 3820987
Show file tree
Hide file tree
Showing 5 changed files with 7,239 additions and 7,075 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 3820987

Please sign in to comment.