Skip to content

Commit a90ada3

Browse files
committed
chore(deps): update node.js to v22
| datasource | package | from | to | | --------------- | --------------------- | -------- | -------- | | node-version | node | v10.24.1 | v22.14.0 | | github-releases | actions/node-versions | 16.20.2 | 22.14.0 |
1 parent 9404712 commit a90ada3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1313
with:
14-
node-version: '16'
14+
node-version: '22'
1515
- name: Cache Node.js modules
1616
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
1717
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
22

0 commit comments

Comments
 (0)