Skip to content

Commit

Permalink
Revert "fix: Downgrade node temporarily"
Browse files Browse the repository at this point in the history
This reverts commit 9477865.
  • Loading branch information
SvenKirschbaum committed Jul 28, 2024
1 parent 6e0b241 commit cf1c745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
- run: npm ci
- run: (cd example && npm install)
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: Check formatting
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
- name: Install dependencies
run: npm ci
- name: ESLint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22.x
registry-url: "https://registry.npmjs.org/"
- run: npm ci
- run: (cd example && npm install)
Expand Down

0 comments on commit cf1c745

Please sign in to comment.