Skip to content

Commit 099edae

Browse files
authored
Update update-package-lock.yaml
1 parent 188c216 commit 099edae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-package-lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 20
2020
- name: Configure git and update package-lock.json
2121
run: |
2222
git config user.email "[email protected]"
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-node@v3
3737
with:
38-
node-version: 16
38+
node-version: 20
3939
- run: npm i
4040
- run: npm test
4141

0 commit comments

Comments
 (0)