Skip to content

Commit

Permalink
Merge pull request #40 from bezoerb/bump2
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
bezoerb committed Oct 16, 2023
2 parents 9ec1f50 + 3a7f2bb commit 4f29541
Show file tree
Hide file tree
Showing 7 changed files with 10,994 additions and 8,829 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14.x, 16.x]
node: [16.x, 18.x]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down Expand Up @@ -56,30 +56,30 @@ jobs:

- name: Run Coveralls
uses: coverallsapp/github-action@master
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '18')
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'

- name: 'BrowserStack Env Setup'
uses: browserstack/github-actions/setup-env@master
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '18')
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

- name: 'BrowserStack Local Tunnel Setup'
uses: browserstack/github-actions/setup-local@master
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '18')
with:
local-testing: start
local-identifier: random

- name: 'Running test on BrowserStack'
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '18')
run: npx browserstack-runner

- name: 'BrowserStackLocal Stop'
uses: browserstack/github-actions/setup-local@master
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '14')
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '18')
with:
local-testing: stop
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const process = require('process');
const process = require('node:process');

const {NODE_ENV} = process.env;

Expand Down

0 comments on commit 4f29541

Please sign in to comment.