Skip to content

Commit 3a8eebf

Browse files
committed
Upgrade CI node version
1 parent f40eabf commit 3a8eebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use Node.js 12
12+
- name: Use Node.js 18
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 12
15+
node-version: 18
1616
- run: npm ci --ignore-scripts
1717
- run: npm run build

0 commit comments

Comments
 (0)