Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit b4426ea

Browse files
chore: upgrade node version to lts/gallium
1 parent 9b8ce8f commit b4426ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node env 🏗
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: lts/fermium
22+
node-version: lts/gallium
2323
cache: "npm"
2424
cache-dependency-path: "**/package-lock.json"
2525

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/fermium
1+
lts/gallium

0 commit comments

Comments
 (0)