mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
revert: bump to setup-node
Co-authored-by: Yukai Chou <muzimuzhi@gmail.com>
This commit is contained in:
parent
dbe5320346
commit
f5f477ac75
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: npm
|
||||
|
Loading…
Reference in New Issue
Block a user