chore: explicit node version
All checks were successful
Node.js CI / Lint and Test (push) Successful in 5m13s

This commit is contained in:
Naomi Carrigan 2025-01-23 00:54:35 -08:00
parent 3dcf265b47
commit 9c3870ab60
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -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