diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d6032b..cc8f010 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version: '24.15.0' cache: 'npm' - name: Install Task diff --git a/.mise.toml b/.mise.toml index e9ed91d..faf1bd7 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,4 +1,4 @@ [tools] -node = "24" +node = "24.15.0" task = "latest"