Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8dc9514

Browse files
[BREAKING] Merge pull request#67 from lenvm/feature/bump-node-version-to-20
Bump Node version to 20
2 parentsc7e74b2 +5ca63e3 commit8dc9514

File tree

7 files changed

+2274
-25789
lines changed

7 files changed

+2274
-25789
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
-name:Checkout
1818
uses:actions/checkout@v4
1919

20-
-name:Set Node.js16.x
20+
-name:Set Node.js20.x
2121
uses:actions/setup-node@v4
2222
with:
23-
node-version:16.x
23+
node-version:20.x
2424

2525
-name:npm install
2626
run:npm install

‎__tests__/main.test.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import * as installer from "../src/installer";
1616

1717
// Inputs for mock@actions/core
1818
letinputs={
19-
token:process.env.GITHUB_TOKEN||""
19+
token:process.env.GITHUB_TOKEN||"",
2020
}asany;
2121

2222
describe("installer tests",()=>{
23-
beforeEach(asyncfunction(){
23+
beforeEach(asyncfunction(){
2424
// Mock getInput
2525
jest.spyOn(core,"getInput").mockImplementation((name:string)=>{
2626
returninputs[name];

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required:false
1111
default:${{ github.token }}
1212
runs:
13-
using:"node16"
13+
using:"node20"
1414
main:"dist/index.js"
1515
branding:
1616
icon:"box"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp