Skip to content

Commit

Permalink
chore: more update (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 18, 2023
1 parent 96ddf8c commit b0f6dc3
Show file tree
Hide file tree
Showing 3 changed files with 2,981 additions and 17,871 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [16.x]
node-version: [16.x, 18.x, 20.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}
Expand All @@ -72,14 +72,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use latest NPM on ubuntu/macos
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: sudo npm i -g npm

- name: Use latest NPM on windows
if: matrix.os == 'windows-latest'
run: npm i -g npm

- name: Install dependencies
run: npm ci --force

Expand Down

0 comments on commit b0f6dc3

Please sign in to comment.