Skip to content

Commit

Permalink
fixed release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Oct 29, 2024
1 parent d12dfdf commit 2e049d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/nervous-plants-raise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@windyroad/eslint-config": major
---

Updated to eslint 8.0.0
Updated to eslint 8.55.0
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js & TypeScript",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18-bullseye",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20-bullseye",
// "features": {
// },
// Some files in node_modules are machine architecture specific.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
- uses: actions/checkout@v3
- name: Install dependencies
run: |
Expand Down

0 comments on commit 2e049d7

Please sign in to comment.