Skip to content

Commit

Permalink
ci: update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Nov 22, 2024
1 parent 6b74bac commit 2b29a45
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ jobs:
verify:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: latest
- name: npm install
run: npm ci
- name: verify
Expand Down

0 comments on commit 2b29a45

Please sign in to comment.