Skip to content

Commit 50fbecd

Browse files
committed
build: bump action versions
1 parent b92cd3e commit 50fbecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
steps:
2828
- name: '📥 Checkout'
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: '🗃️ Setup Node'
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
34-
node-version: 16
34+
node-version: 20
3535

3636
- name: '📐 Install dependencies'
3737
run: npm ci

0 commit comments

Comments
 (0)