mirror of
https://github.com/actions/cache.git
synced 2025-04-19 02:26:45 +00:00
Update action to node20
This commit is contained in:
parent
704facf57e
commit
2001ca4114
2 changed files with 3 additions and 3 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -21,10 +21,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Node.js 16.x
|
||||
- name: Setup Node.js 20.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- name: Prettier Format Check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue