Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
socram03 committed Sep 13, 2024
1 parent 1e096df commit ff23dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
linter:
build:
runs-on: ubuntu-latest

steps:
Expand All @@ -13,8 +13,8 @@ jobs:
with:
ref: ${{ github.ref }}

- name: Install Node
uses: actions/setup-node@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit ff23dfb

Please sign in to comment.