Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Lete114 committed Feb 26, 2024
1 parent 0e3cb09 commit 59f0ce4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: latest

steps:
- uses: actions/checkout@main

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
- uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
node-version: latest

- name: Build
run: |
Expand Down

0 comments on commit 59f0ce4

Please sign in to comment.