Skip to content

Commit 89651d1

Browse files
committed
chore(workflow): update workflow steps
Signed-off-by: Dan Selman <[email protected]>
1 parent 04f606d commit 89651d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version:
1818
- 16.x
1919
- 18.x
20+
- 20.x
2021
os:
2122
- ubuntu-latest
2223
- windows-latest
@@ -26,7 +27,7 @@ jobs:
2627

2728
steps:
2829
- name: git checkout
29-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3031

3132
- name: Use Node.js ${{ matrix.node-version }}
3233
uses: actions/setup-node@v1
@@ -81,7 +82,7 @@ jobs:
8182
uses: actions/checkout@v2
8283

8384
- name: Use Node.js 18.x
84-
uses: actions/setup-node@v1
85+
uses: actions/setup-node@v4
8586
with:
8687
node-version: 18.x
8788

0 commit comments

Comments
 (0)