Skip to content

Commit 04b419e

Browse files
authored
feat(node-webpack-startup-snapshot-checker): add package (#445)
1 parent e813ab6 commit 04b419e

20 files changed

+829
-38
lines changed

.github/workflows/bump-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 18.x
30+
node-version: 20.x
3131
cache: 'npm'
3232

3333
- name: Install npm

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js
5454
uses: actions/setup-node@v3
5555
with:
56-
node-version: 18.x
56+
node-version: 20.x
5757
cache: 'npm'
5858

5959
- name: Install npm

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: 18.x
37+
node-version: 20.x
3838
cache: 'npm'
3939

4040
- name: Install npm

0 commit comments

Comments
 (0)