Skip to content

Commit 25925a6

Browse files
authored
Update bundlewatch.yml
1 parent 8d4092c commit 25925a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
FORCE_COLOR: 2
20-
NODE: 18
20+
NODE: 20
2121

2222
permissions:
2323
contents: read
@@ -28,12 +28,12 @@ jobs:
2828

2929
steps:
3030
- name: Clone repository
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

3535
- name: Set up Node.js
36-
uses: actions/setup-node@v3
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: "${{ env.NODE }}"
3939
cache: npm

0 commit comments

Comments
 (0)