diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72baa4a..78f16c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 24.x - run: npm ci - run: npm run lint - run: npm run test diff --git a/action.yml b/action.yml index c75f08f..035f394 100644 --- a/action.yml +++ b/action.yml @@ -1,20 +1,20 @@ -name: 'publiccode.yml bot' -description: 'The bot automating the publiccodeyml organization procedures' +name: "publiccode.yml bot" +description: "The bot automating the publiccodeyml organization procedures" inputs: github_token: - description: 'GITHUB_TOKEN' + description: "GITHUB_TOKEN" required: false - default: '${{ github.token }}' + default: "${{ github.token }}" username: description: The username of the bot required: false default: bot runs: - using: 'node16' - main: 'dist/index.js' + using: node24 + main: "dist/index.js" branding: - icon: 'activity' - color: 'white' + icon: "activity" + color: "white"