Skip to content

Commit

Permalink
update ci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akoarum committed Nov 10, 2023
1 parent 850254e commit d358d7e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Spec Test

on:
push:
tags-ignore:
- '**'
push
pull_request:
types: [opened, edited]

Expand All @@ -16,7 +14,7 @@ jobs:
ref: main
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit d358d7e

Please sign in to comment.