Skip to content

Commit

Permalink
bump deno version for samples integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Aug 27, 2024
1 parent 36e15ef commit 97ca3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- slack-samples/deno-request-time-off
- slack-samples/deno-simple-survey
# we test on both most recent stable version of deno (v1.x) as well as
# the version of deno used by Run on Slack (v1.31.1)
deno-version: [v1.x, v1.31.1]
# the version of deno used by Run on Slack (as noted in https://api.slack.com/slackcli/metadata.json)
deno-version: [v1.x, v1.45.4]

steps:
- name: Setup Deno ${{ matrix.deno-version }}
Expand Down

0 comments on commit 97ca3f1

Please sign in to comment.