Skip to content

Commit

Permalink
fix: lock node 18 version
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Jan 4, 2024
1 parent 031c7ff commit 8e6556c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/setup-node@v3
if: ${{ !matrix.settings.docker }}
with:
node-version: 18
node-version: 18.18
check-latest: true
cache: yarn
- name: Install
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/setup-node@v3
if: matrix.settings.target == 'i686-pc-windows-msvc'
with:
node-version: 18
node-version: 18.18
check-latest: true
cache: yarn
architecture: x86
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
node:
- '14'
- '16'
- '18'
- '18.18'
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
node:
- '14'
- '16'
- '18'
- '18.18'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
check-latest: true
cache: yarn
- name: Install dependencies
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
check-latest: true
cache: yarn
- name: Install dependencies
Expand Down

0 comments on commit 8e6556c

Please sign in to comment.