pull/2085/head
Mikael Finstad 2024-07-29 11:26:19 +02:00
rodzic 6d973b4b08
commit 79de13fd83
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -28,10 +28,10 @@ jobs:
- run: git config --global core.autocrlf false - run: git config --global core.autocrlf false
- name: Check out Git repository - name: Check out Git repository
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Install Node.js, NPM and Yarn - name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: 'yarn' cache: 'yarn'

Wyświetl plik

@ -15,11 +15,11 @@ jobs:
# Windows fix. See https://github.com/actions/checkout/issues/226 # Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false - run: git config --global core.autocrlf false
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 20
cache: 'yarn' cache: 'yarn'
- run: yarn install --immutable - run: yarn install --immutable