Skip to content

Commit

Permalink
Declare precise node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Aug 29, 2024
1 parent 4643d9b commit 778f675
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@ on:
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js v20.16.0
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: [20.16.0]
cache: "pnpm"

- name: Install dependencies
Expand Down

0 comments on commit 778f675

Please sign in to comment.