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 39fb390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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

0 comments on commit 39fb390

Please sign in to comment.