Skip to content

Commit

Permalink
trying to fix failing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanak-michal committed Nov 12, 2024
1 parent d7a78bc commit 6361452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '22'
cache: 'npm'

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
node-version: '22'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stefanak-michal/cyphergui",
"version": "1.1.1",
"version": "1.1.3",
"private": false,
"homepage": ".",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6361452

Please sign in to comment.