Skip to content

Commit

Permalink
Upgraded to Node 22 & used the new decorator syntax
Browse files Browse the repository at this point in the history
yvann committed Jan 20, 2025
1 parent 0e9efc9 commit 034e64e
Showing 469 changed files with 1,902 additions and 20,850 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@
"dockerComposeFile": "../docker-compose.yml",
"service": "lib",
"workspaceFolder": "/workspace",
"postStartCommand": "yarn && yarn sdks vscode",
"postStartCommand": "yarn",
"customizations": {
"vscode": {
"extensions": ["arcanis.vscode-zipfs", "esbenp.prettier-vscode"]
"extensions": ["esbenp.prettier-vscode"]
}
}
}
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -11,12 +11,11 @@ jobs:

matrix:
node:
- 18
- 19
- 20
- 22
- 23

include:
- node: 18
- node: 22
publish: true
continue-on-error: false

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -5,11 +5,7 @@
/.swc/

/.yarn/*
!/.yarn/cache
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions

/build/
/core
12,969 changes: 0 additions & 12,969 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit 034e64e

Please sign in to comment.