Skip to content

Commit

Permalink
update node-v for gh actions (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
elroyK authored Jul 15, 2024
1 parent 7e70bda commit 0a79244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- run: yarn install
- run: yarn run lint

0 comments on commit 0a79244

Please sign in to comment.