Skip to content

Commit

Permalink
Merge pull request #1358 from Esri/ci-node-18
Browse files Browse the repository at this point in the history
run automated tests on node 18
  • Loading branch information
gavinr committed May 8, 2023
2 parents b13a186 + 7ae806a commit 6072ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
env:
NODE_VERSION: 16
NODE_VERSION: 18
jobs:
setup:
runs-on: ${{ matrix.os }}
Expand All @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Run tests on ${{ matrix.browser }}
run: npm test -- --browsers ${{ matrix.browser }}
run: npm test -- --browsers ${{ matrix.browser }}

0 comments on commit 6072ed2

Please sign in to comment.