Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
hopefully fixes FreezingMoon#2128
  • Loading branch information
DreadKnight authored Dec 5, 2022
1 parent 89011f4 commit 9a7aba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm ci
- name: Asset generator
run: npm run assetLister
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy
publish_dir: ./deploy

0 comments on commit 9a7aba5

Please sign in to comment.