Skip to content

Commit 99d0cbe

Browse files
committed
node version administrivia
1 parent 95f9915 commit 99d0cbe

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # tag: v4.1.0
1818
with:
1919
node-version: lts/*
20+
cache: 'yarn'
2021
- name: Install dependencies
2122
run: yarn --frozen-lockfile
2223
- name: Build API documentation

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2626
with:
27-
node-version: 20.x
27+
node-version: lts/*
2828
cache: 'yarn'
2929
- name: Install
3030
run: yarn install --frozen-lockfile

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version:
20-
- '22.13'
20+
- '22.0.x'
21+
- '22.x'
2122
runs-on: macos-latest
2223
steps:
2324
- name: Checkout

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22

0 commit comments

Comments
 (0)