Skip to content

fix: upgrade tslib from 2.7.0 to 2.8.0 #132

fix: upgrade tslib from 2.7.0 to 2.8.0

fix: upgrade tslib from 2.7.0 to 2.8.0 #132

# Copyright 2021 Qlever LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Build, test, and publish npm package
permissions:
packages: write
security-events: write
id-token: write
actions: read
checks: read
contents: read
deployments: read
issues: read
discussions: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
attestations: read
on:
push:
pull_request:
jobs:
call-build-and-publish:
name: CI
uses: qlever-llc/workflows/.github/workflows/build-and-publish-package.yml@master
secrets:
npm_token: ${{ secrets.NPM_AUTH_TOKEN }}
# This is just a dev token, not actually secret
oada_token: abc
with:
oada: true