mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
sets correct node version
This commit is contained in:
parent
4e45ba0c5f
commit
01ce8a6779
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
|
|
@ -26,9 +26,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # pin@v2
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version-file: .nvmrc
|
||||
- name: Cache node modules
|
||||
id: cacheNodeModules
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue