chore(master): Update other workflows to Node 20 (current LTS)

This commit is contained in:
Rajeh Taher
2024-07-27 17:22:40 +03:00
committed by GitHub
parent 703933f44c
commit 39508ecf50
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
node-version: 20.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
node-version: 20.x
registry-url: "https://registry.npmjs.org"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
node-version: 20.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Install packages
run: |