Skip to content

Commit

Permalink
Merge pull request #13 from tapsellorg/update_to_16
Browse files Browse the repository at this point in the history
Update to 16
  • Loading branch information
sindorei1993 authored Nov 19, 2023
2 parents a4cfd8f + ea925ef commit bf3305c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18.17.0
node-version: 18.13.0
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run Tests
run: npm run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf3305c

Please sign in to comment.