Skip to content

Commit de04153

Browse files
authored
Merge pull request #75 from nimblehq/chores/gh-74-update-node
[#74] Update Node (and more...)
2 parents 9882b80 + 52d28da commit de04153

File tree

9 files changed

+4155
-3952
lines changed

9 files changed

+4155
-3952
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
branches:
77
- develop
88
- main
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}
1213
cancel-in-progress: true
1314

1415
env:
15-
NODE_VERSION: "18"
16+
NODE_VERSION: "22"
1617

1718
jobs:
1819
lint:
@@ -23,7 +24,7 @@ jobs:
2324
uses: actions/checkout@v4
2425

2526
- name: Setup node and restore cached dependencies
26-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2728
with:
2829
node-version: ${{ env.NODE_VERSION }}
2930
cache: "npm"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
NODE_VERSION: "18"
13+
NODE_VERSION: "22"
1414

1515
jobs:
1616
publish:
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Setup node and restore cached dependencies
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ env.NODE_VERSION }}
2929
cache: "npm"

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.18.2
1+
nodejs 22.13.0

0 commit comments

Comments
 (0)