Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Sep 8, 2023
1 parent b22e976 commit a9c9ac8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11

- name: Execute preparation script
run: |
Expand Down
49 changes: 27 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@parcel/transformer-webmanifest": "^2.8.3",
"parcel": "^2.8.3",
"parcel-namer-rewrite": "^2.0.0-rc.3",
"parcel-resolver-ignore": "^2.1.3",
"postcss": "^8.4.21"
"parcel-resolver-ignore": "^2.1.5",
"postcss": "^8.4.29"
},
"parcel-namer-rewrite": {
"rules": {
Expand Down

0 comments on commit a9c9ac8

Please sign in to comment.