Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 0b01e03

Browse files
committed
dev: chg: bump node
1 parent 73ed598 commit 0b01e03

File tree

3 files changed

+675
-782
lines changed

3 files changed

+675
-782
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020
registry-url: 'https://registry.npmjs.org'
2121
- name: Cache npm dependencies
2222
uses: actions/cache@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.1
1+
18.18.1

0 commit comments

Comments
 (0)