Skip to content

Commit

Permalink
fix: node20
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Dec 9, 2023
1 parent d626f54 commit 43fe7a4
Show file tree
Hide file tree
Showing 8 changed files with 1,046 additions and 950 deletions.
9 changes: 1 addition & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
{
"name": "ocvalidate-action",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16",

// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot"]
}
}
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20"
}
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm ci
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm ci

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm ci

Expand All @@ -25,4 +25,3 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
with:
coverageCommand: npm test
debug: true
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
default: ${{ github.token }}
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 43fe7a4

Please sign in to comment.