Skip to content

Commit 0f87d33

Browse files
Update release.yaml
1 parent efdaee1 commit 0f87d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v2.4.2
16+
uses: actions/checkout@v4
1717
- name: node
18-
uses: actions/setup-node@v3.4.1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
registry-url: https://registry.npmjs.org
2222
- name: install react
2323
run: npm i react

0 commit comments

Comments
 (0)