Skip to content

Commit

Permalink
Merge pull request #261 from ambassify/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
JorgenEvens authored May 3, 2024
2 parents 9e9c0a0 + 93a73a9 commit 1a22019
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
with:
node: latest

node-12:
node-18:
uses: ./.github/workflows/test-node.yaml
with:
node: 12
node: 18

node-14:
node-20:
uses: ./.github/workflows/test-node.yaml
with:
node: 14

node-16:
uses: ./.github/workflows/test-node.yaml
with:
node: 16
node: 20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"eslint-loader": "^3.0.3",
"eslint-plugin-react": "^7.17.0",
"file-loader": "^5.0.2",
"gh-pages": "^2.1.1",
"gh-pages": "^6.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^3.9.3",
"typescript": "^5.4.5",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^4.9.2",
Expand Down

0 comments on commit 1a22019

Please sign in to comment.