Skip to content

Commit

Permalink
feat: update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed May 3, 2024
1 parent 6a323c0 commit 634e29d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/comment-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Run Lighthouse
uses: ./
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/extraHeaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: mkdir -p ${{ github.workspace }}/tmp/artifacts
- uses: amondnet/vercel-action@master
id: vercelAction
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Run Lighthouse
uses: ./
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: mkdir -p ${{ github.workspace }}/tmp/artifacts
- name: Run Lighthouse
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ inputs:
wait:
description: 'If "true", waits for all audit results to be returned, otherwise URLs are only enqueued.'
runs:
using: 'node16'
using: 'node18'
main: 'dist/index.js'
branding:
icon: 'zap'
Expand Down

0 comments on commit 634e29d

Please sign in to comment.