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 7a3c707 commit 1025102
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ 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 }}
- name: npm install
run: npm ci
- name: verify
Expand Down

0 comments on commit 1025102

Please sign in to comment.