Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Node version
Browse files Browse the repository at this point in the history
adamhenson committed May 3, 2024

Verified

This commit was signed with the committer’s verified signature.
mikz Michal Cichra
1 parent 6a323c0 commit 634e29d
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
@@ -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:
4 changes: 0 additions & 4 deletions .github/workflows/extraHeaders.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions .github/workflows/overrides.yml
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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: ./
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 634e29d

Please sign in to comment.