diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2a3ffd7..806bb17 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Setup Node 18.x to install with private scope + - name: Setup Node 20.x to install with private scope uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ad9673..0291d5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,10 +15,10 @@ jobs: with: fetch-depth: 0 - - name: Setup Node 18.x to install with private scope + - name: Setup Node 20.x to install with private scope uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d95436..2132bfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Setup Node 18.x to install with private scope + - name: Setup Node 20.x to install with private scope uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies