Skip to content

Commit

Permalink
ci: run 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Dec 1, 2024
1 parent 31af697 commit dc7436f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.4.1]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.4.1]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
cache: 'npm'

- name: Use Deno ${{ matrix.deno-version }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
cache: 'npm'

- name: Install dependencies
Expand All @@ -141,7 +141,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
cache: 'npm'

- name: Install dependencies
Expand All @@ -163,7 +163,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit dc7436f

Please sign in to comment.