Skip to content

Commit

Permalink
Secufeb2024 (#26)
Browse files Browse the repository at this point in the history
* update ng to 16

* ng update to 17

* update ng-configcat-puvlicapi and ui to latest

* 1.6.0

* update gh wf
  • Loading branch information
novalisdenahi authored Feb 15, 2024
1 parent a320cb1 commit 2b00dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vscode-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 18
- run: npm install
- run: cd ./webpanel && npm install
- run: npm run package
Expand Down

0 comments on commit 2b00dc6

Please sign in to comment.