Skip to content

Commit

Permalink
Update wpilgen node version (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC committed May 4, 2024
1 parent 3fe5b35 commit 79c3701
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/wpil.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Wiki Page Icons List

env:
NODE_VERSION: 14.21.3
NODE_VERSION: 16.14.2

on:
push:
Expand All @@ -15,28 +15,13 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: "Setting up Node.js ${{ env.NODE_VERSION }}"
- name: Setting up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

- name: Upgrade npm
run: npm i -g npm@latest

- name: Cloning repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Installing Dependencies
run: npm ci

- name: Compile
run: npm run compile

- name: Update Wiki Page Icons List
timeout-minutes: 2
run: npx --yes vscode-icons/wpilgenerator
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79c3701

Please sign in to comment.