Skip to content

Commit fe34bd9

Browse files
committed
ci: increase node version
1 parent ff9c0dd commit fe34bd9

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
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v3
2424

25-
- name: Use Node.js 14
25+
- name: Use Node.js 18
2626
uses: actions/setup-node@v2-beta
2727
with:
28-
node-version: 14
28+
node-version: 18
2929

3030
- name: Install dependencies
3131
run: npm install

0 commit comments

Comments
 (0)