Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit e5c7296

Browse files
chore: deps
1 parent f86be0d commit e5c7296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- { uses: actions/checkout@v4, with: { persist-credentials: false } }
14-
- { uses: actions/setup-node@v4, with: { node-version: 20, cache: 'yarn' } }
14+
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
1515
- run: yarn --frozen-lockfile
1616
- run: yarn build
1717
- name: test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env: { NODE_OPTIONS: '--max-old-space-size=3200' }
1212
steps:
1313
- { uses: actions/checkout@v4, with: { persist-credentials: true } }
14-
- { uses: actions/setup-node@v4, with: { node-version: 20, cache: 'yarn' } }
14+
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
1515

1616
# Cache for npm/npx in ~/.npm
1717
- uses: actions/cache@v3

0 commit comments

Comments
 (0)