Skip to content

Commit

Permalink
Upgrade node to LTS (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard authored Dec 2, 2024
1 parent fd5a9cf commit 66fb2f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-themes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node
uses: actions/setup-node@v2
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 22.x

- name: Install dependencies
run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
uses: actions/setup-node@v1
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
ref: 'update-icons'
fetch-depth: 0

- uses: actions/setup-node@v2
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
node-version: 22.x

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 66fb2f1

Please sign in to comment.