Skip to content

Commit

Permalink
Fix node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Oct 30, 2024
1 parent 4b3c960 commit 2c78a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build

on:
push:
branches:
- "*"
branches-ignore:
- master

jobs:
build-switcher:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: lts/*
node-version: "22.x"
- name: Install dependencies
run: npm install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: lts/*
node-version: "22.x"
- name: Install Dependencies (switcher)
run: npm install
- name: Build Switcher
Expand Down

0 comments on commit 2c78a47

Please sign in to comment.