Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Jun 11, 2023
1 parent c46779b commit a3a7d2d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.4.0]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/checkout@v3
- name: Use Node.js from .tool-versions
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version-file: .tool-versions
cache: "npm"
- run: npm ci
- run: npm run typecheck
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.4.0
nodejs 20.2.0
13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^18.0.1",
"@types/node": "^20.3.0",
"jiti": "^1.14.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
Expand Down

0 comments on commit a3a7d2d

Please sign in to comment.