Skip to content

Commit 8502a19

Browse files
authored
Merge pull request #1419 from db-ui/1418-using-a-newer-node-version
refactor: updated to Node 18
2 parents 0f8a8ba + 72d14e2 commit 8502a19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
# https://github.com/actions/setup-node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 18
2626

2727
- name: Display node and npm version
2828
shell: bash

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14
1+
18

0 commit comments

Comments
 (0)