Skip to content

Commit f78170b

Browse files
committed
node20
Required by `@actions/github 5.1.1 → 6.0.0`
1 parent ef74144 commit f78170b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-and-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "14"
18+
node-version: "20"
1919
# Runs format, updates dist, runs tests
2020
- run: |
2121
npm run all

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "14"
19+
node-version: "20"
2020
- run: npm install
2121
- run: npm run lint
2222
- run: npm run all

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ outputs:
3333
description: A JSON formatted list of calculated tags.
3434

3535
runs:
36-
using: node16
36+
using: node20
3737
main: dist/index.js
3838

3939
branding:

0 commit comments

Comments
 (0)