Skip to content

Commit

Permalink
try to use newer node
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Aug 16, 2024
1 parent 42e8e1d commit 4a308e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
with:
repository: 'raiyni/resource-packs-manifest-updater'
ref: 'master'
- uses: actions/setup-node@v4
with:
node-version: '20.16.0'
- name: Install neccessary packages
run: npm install
- name: Run the manifest updater
uses: ./
run: node index.js
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 4a308e8

Please sign in to comment.