Update action.yml
parent
5e21ff4d9b
commit
1e531096ee
|
|
@ -37,3 +37,6 @@ runs:
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cache-save/index.js'
|
post: 'dist/cache-save/index.js'
|
||||||
post-if: success()
|
post-if: success()
|
||||||
|
- 名稱:設置 Node.js 環境
|
||||||
|
使用:actions/setup-node@v3.8.1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue