Skip to content

Commit

Permalink
ci: fix node.js 12 deprecation warn
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Jan 29, 2023
1 parent a9ab369 commit aa17bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/browser-test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
SAUCE_USERNAME: '${{secrets.SAUCE_USERNAME}}'
SAUCE_ACCESS_KEY: '${{secrets.SAUCE_ACCESS_KEY}}'
- name: remove 'run-browser-test' label
uses: buildsville/add-remove-label@v1
uses: buildsville/add-remove-label@v2.0.0
if: ${{ always() }}
with:
token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit aa17bda

Please sign in to comment.