Skip to content

Commit

Permalink
test: build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Sep 9, 2024
1 parent 4904c97 commit 487451c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand All @@ -38,7 +38,7 @@ jobs:
run: npm install -g yarn

- name: Cache deps
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
./node_modules
Expand Down

0 comments on commit 487451c

Please sign in to comment.