Skip to content

Commit 01e7dd7

Browse files
committed
chore(deps): update pnpm-lock.yaml and GitHub Actions workflow
- Updated the version of '@anolilab/eslint-config' from 16.1.1 to 16.1.2 in pnpm-lock.yaml. - Upgraded '@babel/generator' and '@babel/traverse' to version 7.27.1 in pnpm-lock.yaml. - Modified the GitHub Actions workflow to include Node.js versions 20 and 21 for testing, while updating the Windows node version to 20.18.
1 parent 3292434 commit 01e7dd7

File tree

2 files changed

+13
-41
lines changed

2 files changed

+13
-41
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ jobs:
5959
matrix:
6060
os:
6161
- "ubuntu-latest"
62-
node_version: ["22", "23", "24"]
62+
node_version: ["20", "21", "22", "23", "24"]
6363
# On the other platforms, we only test the lts node version
6464
include:
6565
- os: "macos-latest"
6666
node_version: "20"
6767
- os: "windows-latest"
68-
node_version: "20.14" # https://github.com/nodejs/node/issues/48673
68+
node_version: "20.18" # https://github.com/nodejs/node/issues/48673
6969
fail-fast: false
7070
runs-on: "${{ matrix.os }}"
7171
env:

pnpm-lock.yaml

Lines changed: 11 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)