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:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: Lint and Test
|
name: Lint and Test
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [22.x]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source Files
|
- name: Checkout Source Files
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Use Node.js v${{ matrix.node-version }}
|
- name: Use Node.js v22
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: 22
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user