8000 Update Node version to 20 (#202) · mathieudutour/github-tag-action@a079ba4 · GitHub
[go: up one dir, main page]

Skip to content

Commit a079ba4

Browse files
naresh-gnNaresh Nagarajancawfeecake
authored
Update Node version to 20 (#202)
* Update Node version to 20 * Update Node version to 20 * Update Node version to 20 * Update .github/workflows/test.yml Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com> --------- Co-authored-by: Naresh Nagarajan <naresh-gn@gmail.com> Co-authored-by: cawfeecake <48775802+cawfeecake@users.noreply.github.com>
1 parent 86301c8 commit a079ba4

File tree

4 files changed

+409
-250
lines changed

4 files changed

+409
-250
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
14+
with:
15+
node-version-file: package.json
1316
- run: npm ci
1417
- run: npm run test
1518
- run: npm run check

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ inputs:
6161
default: "false"
6262

6363
runs:
64-
using: "node16"
64+
using: "node20"
6565
main: "lib/main.js"
6666
branding:
6767
icon: "git-merge"

0 commit comments

Comments
 (0)
0