Skip to content

Commit d735298

Browse files
authored
chore: update lockfile (#1666)
* chore: update lockfile * chore: node 20
1 parent e652315 commit d735298

File tree

3 files changed

+142
-107
lines changed

3 files changed

+142
-107
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Execution Tests Ubuntu
4949
strategy:
5050
matrix:
51-
node: [18, 20]
51+
node: [20]
5252
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, next]
5353
runs-on: ubuntu-latest
5454
steps:
@@ -75,7 +75,7 @@ jobs:
7575
name: Execution Tests Windows
7676
strategy:
7777
matrix:
78-
node: [18, 20]
78+
node: [20]
7979
ts: [4.4.2, 4.5.2, 4.6.2, 4.7.3, 4.8.2, 4.9.3, 5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, next]
8080
runs-on: windows-latest
8181
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: install node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
registry-url: https://registry.npmjs.org/
1818

1919
- name: install

test/execution-tests/pnpm/pnpm-lock.yaml

+139-104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)