Skip to content

Commit

Permalink
Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Apr 28, 2023
1 parent c029640 commit 0298287
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 233 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CI
on: push

env:
PNPM_VERSION: 7
PNPM_VERSION: 8

jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"typescript": "^5.0.4"
},
"devDependencies": {
"@swc/core": "^1.3.46",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.5.0",
"@types/node": "^14.18.42",
"@swc/core": "^1.3.55",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.2",
"jest": "^29.5.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 0298287

Please sign in to comment.