Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 018956a

Browse files
committedJan 14, 2025··
node version administrivia
1 parent 95f9915 commit 018956a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
node-version:
20-
- '22.13'
20+
- '22.0.x'
2121
runs-on: macos-latest
2222
steps:
2323
- 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)
Please sign in to comment.