Skip to content

Commit

Permalink
deps(XXX): bump node from 18 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolt-4chain committed Dec 11, 2024
1 parent 33dc072 commit dfca958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18.x]
node-version: [22.x]
fail-fast: true
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'
cache: 'yarn'
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit dfca958

Please sign in to comment.