Skip to content

Commit

Permalink
💚 Use node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Jun 8, 2023
1 parent 33b3915 commit 9e14a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -19,14 +19,14 @@ on:
- '!*.MD'
- '!docs/**'
jobs:
test:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '16'
node-version: '18'
- name: Install Modules
run: npm i
- name: Build Package
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Upload Coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: fff55059c877f2d5091c8a89cb5bebd3bcf12811355ce9e109e35f78c4bef96c
CC_TEST_REPORTER_ID: fff55059c877f2d5091c8a89cb5bebd3bcf12811355ce9e109e35f78c4bef96c

1 comment on commit 9e14a49

@vercel
Copy link

@vercel vercel bot commented on 9e14a49 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.