Skip to content

Commit

Permalink
aaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
garywill committed Apr 17, 2024
1 parent 17fdd7c commit 45bade3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: 20.x
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Switch branch
run: |
Expand All @@ -49,7 +49,7 @@ jobs:


- name: use node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 45bade3

Please sign in to comment.