Skip to content

Commit

Permalink
chore: Update package.json and workflows
Browse files Browse the repository at this point in the history
This commit updates the version of "astro-compress" in the package.json file and the node version in the main.yml and pull-request.yml files in the .github/workflows directory.
  • Loading branch information
munirapp committed Dec 17, 2023
1 parent 4717a7f commit 7ef1d6a
Show file tree
Hide file tree
Showing 4 changed files with 7,730 additions and 5,874 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: ['18.17.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: ['18.17.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 7ef1d6a

Please sign in to comment.