fix: use deno version 2 in pipeline
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 13s
Some checks failed
Publish to NPM / Build and Publish to NPM (push) Failing after 13s
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -25,11 +25,11 @@ jobs:
|
||||
echo "TAG_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
|
||||
echo "Extracted Tag Version: ${GITHUB_REF#refs/tags/v}"
|
||||
|
||||
# 3. Install Deno
|
||||
# 3. Install Deno v2
|
||||
- name: Install Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.x # Use the latest stable version of Deno
|
||||
deno-version: v2.x # Use the latest stable Deno v2
|
||||
|
||||
# 4. Inject Version into `dnt.config.mts`
|
||||
- name: Update Version in dnt.config.mts
|
||||
|
||||
Reference in New Issue
Block a user