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

Commit 9fa162d

Browse files
build: upgrade to node 18
1 parent 90d1e84 commit 9fa162d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ jobs:
1414

1515
steps:
1616
- name: Checkout 🛎
17-
uses: actions/checkout@master
17+
uses: actions/checkout@v3
1818

1919
- name: Setup node env 🏗
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: lts/gallium
23-
cache: "npm"
24-
cache-dependency-path: "**/package-lock.json"
22+
node-version-file: '.nvmrc'
23+
cache: 'npm'
2524

2625
- name: Install dependencies 👨🏻‍💻
2726
run: npm ci

.nvmrc

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

0 commit comments

Comments
 (0)