Skip to content

Commit 2cc7f9c

Browse files
fix: update build workflow
1 parent dd2886d commit 2cc7f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout
20-
uses: actions/checkout@v2.4.2
20+
uses: actions/checkout@v4
2121
- name: node
22-
uses: actions/setup-node@v3.4.1
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
registry-url: https://registry.npmjs.org
2626
- name: install react
2727
run: npm i react

0 commit comments

Comments
 (0)