Skip to content

Commit

Permalink
chore(ci): use node@20 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Feb 6, 2024
1 parent ab7c686 commit b16c524
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
- name: Lint
run: npx [email protected]

0 comments on commit b16c524

Please sign in to comment.