Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Mar 10, 2024
1 parent 2590dd9 commit 406c13d
Show file tree
Hide file tree
Showing 10 changed files with 1,218 additions and 779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: NodeJS
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
deno: ['v1.x']
node-version: ['16.x']
node-version: ['18.x']

name: Deno ${{ matrix.deno }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- run: rm -f package.json
- run: rm -f package-lock.json
- run: npm init -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [18.x, 20.x]

name: Node ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- run: rm -f package.json
- run: rm -f package-lock.json
- run: npm init -y
Expand Down
Loading

0 comments on commit 406c13d

Please sign in to comment.