generated from nhcarrigan/template
chore: explicit node version
All checks were successful
Node.js CI / Lint and Test (push) Successful in 5m13s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 5m13s
This commit is contained in:
parent
3dcf265b47
commit
9c3870ab60
@ -10,18 +10,15 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
name: Lint and Test
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [22.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js v${{ matrix.node-version }}
|
||||
- name: Use Node.js v22
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: 22
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user