Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin committed Nov 24, 2023
1 parent 0a758fe commit 34e391c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build
run-name: ${{ github.repository }} Build
on: [push]
jobs:
package:
run-package:
runs-on: windows-latest
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: '18'

0 comments on commit 34e391c

Please sign in to comment.