Skip to content

Commit a9311cb

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/handlebars-4.7.9
2 parents 328631e + ee49c2b commit a9311cb

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/pick-port.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
- os: ubuntu-22.04
21-
node: 20
2220
- os: ubuntu-24.04
2321
node: 22
2422
- os: ubuntu-24.04
@@ -36,15 +34,15 @@ jobs:
3634

3735
steps:
3836
- name: Checkout
39-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
4038

4139
- name: Node.js
42-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v6
4341
with:
4442
node-version: ${{ matrix.ci.node }}
4543

4644
- name: Configure cache
47-
uses: actions/cache@v3
45+
uses: actions/cache@v5
4846
with:
4947
path: |
5048
~/.npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lib"
2525
],
2626
"engines": {
27-
"node": ">=20"
27+
"node": ">=22"
2828
},
2929
"keywords": [
3030
"nodejs",

0 commit comments

Comments
 (0)